home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetConvertTwips.h --------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetConvertTwips__
- #define __PGetConvertTwips__
-
- #include "PHandleQuery.h"
-
- class PGetConvertTwips : public PHandleQuery
- {
-
- public:
-
- PGetConvertTwips(long dTwips, short cMeasureUnits);
-
- operator const char *() { return replyPtr; }
-
- private:
-
- PGetConvertTwips();
-
- };
-
- #endif
-
- // end of PGetConvertTwips.h
-